home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / amiga / gui / prcgntn1.lha / Precognition / CHANGES.DOC < prev    next >
Text File  |  1993-01-23  |  2KB  |  66 lines

  1.          SUMMARY OF CHANGES
  2.  
  3. === Version 1.04 - January 1993 ===================================
  4.  
  5. Fixed an enforcer hits for BoolGadet reading.
  6.  
  7. Fixed bug which caused system to lock-up after displaying an error 
  8. message.
  9.  
  10. Fixed bug in IFF reader which didn't report failure when it couldn't
  11. understand a file. 
  12.  
  13. Now saves icons.
  14.  
  15. === Version 1.03 - January 1993 ===================================
  16.  
  17. Fixed enforcer hits in StringGadget I/O and code generation. 
  18.  
  19. Fixed bug in CycleGadget editor where choices would keep accumulating.
  20.  
  21. Fixed bug which displayed on error message on Reading when in fact
  22. the file was read correctly.
  23.  
  24. === Version 1.02 - January 1993 ===================================
  25.  
  26. Added capability to save a window to a file and reload it. 
  27.  
  28. Optimized 'drag' routines so that objects don't fall behind the mouse on 
  29. 68000-based Amigas.
  30.  
  31. === Version 1.01 - December 1992 ==================================
  32.  
  33. Plugged memory leaks in library and builder.
  34.    
  35. Eliminated all known enforcer hits.
  36.    
  37. Fixed bug in builder where changing the size of a VSlider or VScroller
  38. caused text to be mis-aligned.
  39.  
  40. Renamed typedef 'Object' to 'PObject', because Amiga OS rev 2 has
  41. a 'Object' in it.
  42.  
  43. Renamed function Enable() to EnableIactor() because AmigaDOS has an
  44. Enable() function already.
  45.  
  46. Changed code generator to make a 'main' function.
  47.  
  48. Changed code generator to break the 'do_window()' function up
  49. into separate _Init(), _CleanUp(), _Respond(), and _EventLoop()
  50. functions.
  51.  
  52. Created 'Precognition.lib' to replace 'Precognition.o'.
  53.  
  54. Changed source to avoid all uses of 'malloc' and 'free', which
  55. should (I hope) make it possible for non-SAS C users to link
  56. to the library.
  57.  
  58. Changed distribution layout to have 'include', 'lib' subdirectories.
  59.  
  60. Included source to library in 'source' subdirectory.
  61.  
  62.  
  63. === Version 1.00 - December 1991 ===================================
  64.  
  65. Original release.
  66.